home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00454_4 sekunder blink og specialeffekt.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  243 b   |  15 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   cursor(0)
  5.   set BlinkObject to 0
  6.   set the blend of sprite 2 to 100
  7.   set the locH of sprite 99 to 780
  8.   set BlinkObjekt to new(script "Blink", 4, 80)
  9. end
  10.  
  11. on exitFrame
  12.   checkBlink(BlinkObjekt)
  13.   go(#loop)
  14. end
  15.